home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 November / Chip Kasım 2001.iso / prog / share / 3dprod / setup.exe / FastHtmlGen / form.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2001-08-09  |  2.7 KB  |  191 lines

  1.  
  2. #rsbg, #gsbg, #bsbg, #cpxbg, #cpybg, #cpzbg,
  3. #caxbg, #caybg, #cazbg, #lpxbg, #lpybg, #lpzbg
  4. {
  5.   position:absolute;
  6.   visibility:visible;
  7.   z-index:2;
  8.   left:60;
  9.   height:10;
  10.   width:256;
  11.   clip:rect(0px 256px 10px 0px);
  12. }
  13.  
  14. #rslider, #gslider, #bslider,
  15. #cpxslider, #cpyslider, #cpzslider,
  16. #caxslider, #cayslider, #cazslider,
  17. #lpxslider, #lpyslider, #lpzslider
  18. {
  19.   position:absolute;
  20.   visibility:visible;
  21.   z-index:3;
  22.   left:56;
  23.   width:8;
  24.   height:14;
  25.   clip:rect(0px 8px 14px 0px);
  26. }
  27.  
  28. #rsbg {
  29.   top:395;
  30. }
  31. #rslider {
  32.   top:393;
  33. }
  34. #gsbg {
  35.   top:428;
  36. }
  37. #gslider {
  38.   top:426;
  39. }
  40. #bsbg {
  41.   top:460;
  42. }
  43. #bslider {
  44.   top:457;
  45. }
  46. #cpxbg {
  47.   top:595;
  48. }
  49. #cpxslider {
  50.   top:593;
  51. }
  52. #cpybg {
  53.   top:635;
  54. }
  55. #cpyslider {
  56.   top:633;
  57. }
  58. #cpzbg {
  59.   top:675;
  60. }
  61. #cpzslider {
  62.   top:673;
  63. }
  64. #caxbg {
  65.   top:765;
  66. }
  67. #caxslider {
  68.   top:763;
  69. }
  70. #caybg {
  71.   top:805;
  72. }
  73. #cayslider {
  74.   top:803;
  75. }
  76. #cazbg {
  77.   top:845;
  78. }
  79. #cazslider {
  80.   top:843;
  81. }
  82. #lpxbg {
  83.   top:935;
  84. }
  85. #lpxslider {
  86.   top:933;
  87. }
  88. #lpybg {
  89.   top:975;
  90. }
  91. #lpyslider {
  92.   top:973;
  93. }
  94. #lpzbg {
  95.   top:1015;
  96. }
  97. #lpzslider {
  98.   top:1013;
  99. }
  100.  
  101. #colorproof {
  102.   position:absolute;
  103.   visibility:visible;
  104.   z-index:3;
  105.   left:60;
  106.   top:487;
  107.   width:355;
  108.   height:20;
  109.   background-color:#000000;
  110.   layer-background-color:#000000;
  111.   clip:rect(0px 220px 20px 0px);
  112. }
  113.  
  114. #locsection, #dimsection,
  115. #colorsection, #campossection, #camangsection, #litpossection,
  116. #optionssection, #panel, #sectionheading
  117. {
  118.   position:absolute;
  119.   visibility:visible;
  120.   z-index:1;
  121.   left:10;
  122.   width:355;
  123. }
  124.  
  125. #locsection, #dimsection, #optionssection,
  126. #colorsection, #campossection, #camangsection, #litpossection
  127. {
  128.   background-color:#AAAAAA;
  129.   layer-background-color:#AAAAAA;
  130. }
  131.  
  132. #colorsection, #campossection, #camangsection, #litpossection
  133. {
  134.   height:140;
  135. }
  136.  
  137. #locsection {
  138.   top:88;
  139.   height:150;
  140.   clip:rect(0px 355px 165px 0px);
  141. }
  142.  
  143. #dimsection {
  144.   top:283;
  145.   height:70;
  146.   clip:rect(0px 355px 70px 0px);
  147. }
  148.  
  149. #colorsection {
  150.   top:383;
  151.   clip:rect(0px 355px 140px 0px);
  152. }
  153.  
  154. #campossection {
  155.   top:553;
  156.   clip:rect(0px 355px 140px 0px);
  157. }
  158.  
  159. #camangsection {
  160.   top:723;
  161.   clip:rect(0px 355px 140px 0);
  162. }
  163.  
  164. #litpossection {
  165.   top:893;
  166.   clip:rect(0px 355px 140px 0px);
  167. }
  168.  
  169. #optionssection {
  170.   top:1063;
  171.   height:70;
  172.   clip:rect(0px 355px 70px 0px);
  173. }
  174.  
  175. #panel {
  176.   top:1140;
  177.   height:50;
  178.   background-color:#AABBAA;
  179.   layer-background-color:#AABBAA;
  180.   clip:rect(0px 355px 50px 0px);
  181. }
  182.  
  183. #sectionheading {
  184.   top:65;
  185.   height:20;
  186.   background-color:#BB8888;
  187.   layer-background-color:#BB8888;
  188.   clip:rect(0px 355px 20px 0px);
  189. }
  190.  
  191. #checkcss { position:absolute; left:0; top:0; width:0; height:0; }